Welcome![Sign In][Sign Up]
Location:
Search - Matlab genetic algorithm

Search list

[AI-NN-PRgaot

Description: matlab遗传算法源码-Matlab genetic algorithm source code
Platform: | Size: 107520 | Author: | Hits:

[matlabimmune-genetic-algorithm

Description: 免疫遗传算法matlab 程序,该算法由抗原识别、初始抗体产生、适应度计算、向记忆细胞分化、抗体的促进和抑制、抗体产生(交叉、变异) 六个模块组成-immune genetic algorithm Matlab procedure, the algorithm by antigen identification, initial antibody, fitness, to the memory cells, antibody for the promotion and inhibition, antibody (crossover and mutation) six modules
Platform: | Size: 1024 | Author: He Hong | Hits:

[matlabGA(matlab)

Description: 遗传算法(GA)训练BP网络权值、阈值的matlab源码[matlab]-genetic algorithm (GA) BP training network value, the threshold value of the Matlab source [Matlab]
Platform: | Size: 4096 | Author: 才华 | Hits:

[matlabGads

Description: 敝人最近整理的关于MatLab中的遗传算法工具箱Gads的资料,不敢独享,希望能起到一定的帮助作用-myself recently finishing on the MatLab genetic algorithm toolbox Gads information, not exclusive, hope to play a helpful role
Platform: | Size: 12288 | Author: 遗传算法爱好者 | Hits:

[OtherMATLAB

Description: MATLAB遗传算法工具箱及应用,pdg格式的。-MATLAB genetic algorithm toolbox and its application, pdg format.
Platform: | Size: 6136832 | Author: wang an | Hits:

[matlabmatlab_genetic

Description: matlab genetic algorithm 基本matlab遺傳演算法程序-matlab genetic algorithm genetic algorithm matlab basic procedures
Platform: | Size: 6144 | Author: 陳進 | Hits:

[matlabMATLAB-GeneticAlgorithm

Description: matlab遗传算法程序,用于数值模拟计算中的参数逼近计算-matlab genetic algorithm procedure for the numerical simulation of the parameters in the approximation calculation
Platform: | Size: 6144 | Author: liujifeng | Hits:

[AI-NN-PRmatlab

Description: matlab遗传算法程,自己编写的,有很多注释,方便初学者-matlab genetic algorithm process, I have written, there are many notes to facilitate the beginners
Platform: | Size: 6144 | Author: sunbeam | Hits:

[matlab2008518115818983

Description: 遗传算法Matlab程序。可添加到工具箱的。-Matlab genetic algorithm procedure. Can add to the toolbox.
Platform: | Size: 107520 | Author: learner | Hits:

[AI-NN-PRgenetic-algorithm

Description: 这个是用遗传算法实现的最优路径规划,经本人验证完全可以实现,能够出图。-This is a genetic algorithm is used to realize the optimum path planning, as I can verify that the realization of a plan to.
Platform: | Size: 4096 | Author: qushaohua | Hits:

[matlabmatlab-genetic-algorithm-toolbox

Description: matlab遗传算法工具箱函数及实例讲解-matlab genetic algorithm toolbox function and examples to explain
Platform: | Size: 110592 | Author: lin | Hits:

[AI-NN-PRMATLAB

Description: MATLAB中GA遗传算法工具箱帮助信息-Find the minimum of a function using genetic algorithm
Platform: | Size: 71680 | Author: 陈琳 | Hits:

[AI-NN-PRmatlab

Description: 遗传算法经典例子matlab来实现-Matlab genetic algorithm to achieve a classic example of-Matlab genetic algorithm to achieve a classic example of
Platform: | Size: 6144 | Author: baadf3c | Hits:

[assembly languageMATLAB

Description: 用MATLAB求解遗传算法的旅行商问题,这一类问题在大学生以及研究生的数模竞赛以及日常生活当中尤为重要的,为我们所重视。、近年来,学术界对旅行商问题也逐渐重视起来。-Using MATLAB genetic algorithm for solving the traveling salesman problem, this kind of problem students and graduate students in Mathematical Modeling Contest, and daily life is particularly important for our attention. In recent years, the academic community on the traveling salesman problem is gradually pay attention to it.
Platform: | Size: 6144 | Author: zhangshenglin | Hits:

[AI-NN-PRMATLAB-genetic-algorithm-toolbox

Description: 介绍遗传算法的原理,流程。详细展示了交叉,变异,选择等算子。同时,还介绍了谢菲尔德大学遗传工具箱的使用 。本书对初学遗传算法者很有帮助。-Introduce the principle of genetic algorithms, processes. Detail shows crossover, mutation, selection operator. Meanwhile, the University of Sheffield also introduced the use of genetic toolbox. Genetic algorithms for beginners who book very helpful.
Platform: | Size: 9717760 | Author: CaoJunlong | Hits:

[AI-NN-PRGenetic-Algorithm-and-Direct-Search

Description: 遗传算法matlab工具箱使用方法的pdf文件-Genetic Algorithm and Direct Search Toolbox
Platform: | Size: 3949568 | Author: 王龙 | Hits:

[matlabload scheduling by genetic algorithm

Description: this research paper is based on Load scheduling in power system by genetic algorithm
Platform: | Size: 283648 | Author: anees1411 | Hits:

[matlabMatlab genetic algorithm and examples

Description: 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,本文介绍了一种基于Matlab的遗传算法实例。(An example of genetic algorithm based on Matlab)
Platform: | Size: 315392 | Author: MagicYang68 | Hits:

[matlabMatlab genetic algorithm

Description: matlab遗传算法小程序,用于计算超越方程等的小程序。(Matlab genetic algorithm applet, used to calculate small programs such as transcendental equations.)
Platform: | Size: 17408 | Author: qhlazxt | Hits:

[AI-NN-PRMATLAB genetic algorithm toolbox

Description: Matlab 遗传算法(Genetic Algorithm)优化工具箱是基于基本操作及终止条件、二进制和十进制相互转换等操作的综合函数库。其实现步骤包括:通过输入及输出函数求出遗传算法主函数、初始种群的生成函数,采用选择、交叉、变异操作求得基本遗传操作函数。以函数仿真为例,对该函数优化和GA 改进,只需改写函数m 文件形式即可。(The Matlab Genetic Algorithm optimization toolbox is a comprehensive function library based on basic operations and termination conditions, binary and decimal conversion and other operations. The implementation steps include: the main function of genetic algorithm and the generation function of the initial population are obtained by the input and output functions, and the basic genetic operation function is obtained by the selection, crossover and mutation operations. Taking function simulation as an example, the function optimization and GA improvement only need to rewrite function m file form)
Platform: | Size: 9216 | Author: FZenjoys | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net